3.2992 \(\int \frac{(d x)^m}{\sqrt{a+b \left (\frac{c}{x}\right )^{3/2}}} \, dx\)

Optimal. Leaf size=102 \[ \frac{x (d x)^m \sqrt{\frac{b c^3}{a x^3 \left (\frac{c}{x}\right )^{3/2}}+1} \, _2F_1\left (\frac{1}{2},-\frac{2}{3} (m+1);\frac{1}{3} (1-2 m);-\frac{b c^3}{a \left (\frac{c}{x}\right )^{3/2} x^3}\right )}{(m+1) \sqrt{a+\frac{b c^3}{x^3 \left (\frac{c}{x}\right )^{3/2}}}} \]

[Out]

(Sqrt[1 + (b*c^3)/(a*(c/x)^(3/2)*x^3)]*x*(d*x)^m*Hypergeometric2F1[1/2, (-2*(1 +
 m))/3, (1 - 2*m)/3, -((b*c^3)/(a*(c/x)^(3/2)*x^3))])/((1 + m)*Sqrt[a + (b*c^3)/
((c/x)^(3/2)*x^3)])

_______________________________________________________________________________________

Rubi [A]  time = 0.267048, antiderivative size = 102, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.261 \[ \frac{x (d x)^m \sqrt{\frac{b c^3}{a x^3 \left (\frac{c}{x}\right )^{3/2}}+1} \, _2F_1\left (\frac{1}{2},-\frac{2}{3} (m+1);\frac{1}{3} (1-2 m);-\frac{b c^3}{a \left (\frac{c}{x}\right )^{3/2} x^3}\right )}{(m+1) \sqrt{a+\frac{b c^3}{x^3 \left (\frac{c}{x}\right )^{3/2}}}} \]

Antiderivative was successfully verified.

[In]  Int[(d*x)^m/Sqrt[a + b*(c/x)^(3/2)],x]

[Out]

(Sqrt[1 + (b*c^3)/(a*(c/x)^(3/2)*x^3)]*x*(d*x)^m*Hypergeometric2F1[1/2, (-2*(1 +
 m))/3, (1 - 2*m)/3, -((b*c^3)/(a*(c/x)^(3/2)*x^3))])/((1 + m)*Sqrt[a + (b*c^3)/
((c/x)^(3/2)*x^3)])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 15.5861, size = 83, normalized size = 0.81 \[ \frac{c \left (\frac{c}{x}\right )^{m} \left (\frac{c}{x}\right )^{- m - 1} \left (d x\right )^{m} \sqrt{a + b \left (\frac{c}{x}\right )^{\frac{3}{2}}}{{}_{2}F_{1}\left (\begin{matrix} \frac{1}{2}, - \frac{2 m}{3} - \frac{2}{3} \\ - \frac{2 m}{3} + \frac{1}{3} \end{matrix}\middle |{- \frac{b \left (\frac{c}{x}\right )^{\frac{3}{2}}}{a}} \right )}}{a \sqrt{1 + \frac{b \left (\frac{c}{x}\right )^{\frac{3}{2}}}{a}} \left (m + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((d*x)**m/(a+b*(c/x)**(3/2))**(1/2),x)

[Out]

c*(c/x)**m*(c/x)**(-m - 1)*(d*x)**m*sqrt(a + b*(c/x)**(3/2))*hyper((1/2, -2*m/3
- 2/3), (-2*m/3 + 1/3,), -b*(c/x)**(3/2)/a)/(a*sqrt(1 + b*(c/x)**(3/2)/a)*(m + 1
))

_______________________________________________________________________________________

Mathematica [A]  time = 0.177508, size = 0, normalized size = 0. \[ \int \frac{(d x)^m}{\sqrt{a+b \left (\frac{c}{x}\right )^{3/2}}} \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[(d*x)^m/Sqrt[a + b*(c/x)^(3/2)],x]

[Out]

Integrate[(d*x)^m/Sqrt[a + b*(c/x)^(3/2)], x]

_______________________________________________________________________________________

Maple [F]  time = 0.058, size = 0, normalized size = 0. \[ \int{ \left ( dx \right ) ^{m}{\frac{1}{\sqrt{a+b \left ({\frac{c}{x}} \right ) ^{{\frac{3}{2}}}}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((d*x)^m/(a+b*(c/x)^(3/2))^(1/2),x)

[Out]

int((d*x)^m/(a+b*(c/x)^(3/2))^(1/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (d x\right )^{m}}{\sqrt{b \left (\frac{c}{x}\right )^{\frac{3}{2}} + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)^m/sqrt(b*(c/x)^(3/2) + a),x, algorithm="maxima")

[Out]

integrate((d*x)^m/sqrt(b*(c/x)^(3/2) + a), x)

_______________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)^m/sqrt(b*(c/x)^(3/2) + a),x, algorithm="fricas")

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (d x\right )^{m}}{\sqrt{a + b \left (\frac{c}{x}\right )^{\frac{3}{2}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)**m/(a+b*(c/x)**(3/2))**(1/2),x)

[Out]

Integral((d*x)**m/sqrt(a + b*(c/x)**(3/2)), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (d x\right )^{m}}{\sqrt{b \left (\frac{c}{x}\right )^{\frac{3}{2}} + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)^m/sqrt(b*(c/x)^(3/2) + a),x, algorithm="giac")

[Out]

integrate((d*x)^m/sqrt(b*(c/x)^(3/2) + a), x)